[campsite-support] Comment Submission yields blank page
  • Hello,
    I am having a slight problem implementing comments on my site. Here
    is a test page I have set up:

    http://foghorn.usfca.edu/en/2392/news/510/

    As you may be able to see, any comment submission does not go through.
    Below is the excerpt of the relevant template. I have comments enabled
    for the issue and article type and article. The comment count shows up
    for this article in the admin panel, but it never gets updated. Whenever
    a comment is sent, nothing seems to happen! Any ideas for why this might be?
    Thank you very much,
    Jim Cortez

    ----------------------------------------------------------





    Error Submitting Comment.



    cellspacing="0" cellpadding="0" id="comment_ identifier>">










    articlecomment subject>



    Posted articlecomment submitDate "%W, %M %e, %Y">
    by readerEmailObfuscated>


    articlecomment content>







    No comments have been posted.







    Comment">




    ReaderEmail>



    Please enter the code above to the box on the right.








    ----------------------------------------------------------------------------
  • 7 Comments sorted by
  • Hi Jim !

    what Campsite version are you using?


    On 9/6/07, Jim Cortez wrote:
    > Hello,
    > I am having a slight problem implementing comments on my site. Here
    > is a test page I have set up:
    >
    > http://foghorn.usfca.edu/en/2392/news/510/
    >
    > As you may be able to see, any comment submission does not go through.
    > Below is the excerpt of the relevant template. I have comments enabled
    > for the issue and article type and article. The comment count shows up
    > for this article in the admin panel, but it never gets updated. Whenever
    > a comment is sent, nothing seems to happen! Any ideas for why this might be?
    > Thank you very much,
    > Jim Cortez
    >
    > ----------------------------------------------------------
    >
    >
    >

    >

    >
    > Error Submitting Comment.
    >
    >
    >
    > > cellspacing="0" cellpadding="0" id="comment_ > identifier>">
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >

    >

    > articlecomment subject>


    >

    >

    Posted > articlecomment submitDate "%W, %M %e, %Y">
    > by > readerEmailObfuscated>


    >

    > articlecomment content>


    >

    >
    >
    >
    >
    >

    No comments have been posted.


    >
    >
    >

    >
    >

    > > Comment">
    >

    >

    > > ReaderEmail>

    >

    > Please enter the code above to the box on the right.

    >
    >

    >

    >

    >

    >
    >
    > ----------------------------------------------------------------------------
    >


    --
    /holman
  • 2.6.8
    Thanks!
    Jim

    Holman Romero wrote:
    > Hi Jim !
    >
    > what Campsite version are you using?
    >
    >
    > On 9/6/07, Jim Cortez wrote:
    >
    >> Hello,
    >> I am having a slight problem implementing comments on my site. Here
    >> is a test page I have set up:
    >>
    >> http://foghorn.usfca.edu/en/2392/news/510/
    >>
    >> As you may be able to see, any comment submission does not go through.
    >> Below is the excerpt of the relevant template. I have comments enabled
    >> for the issue and article type and article. The comment count shows up
    >> for this article in the admin panel, but it never gets updated. Whenever
    >> a comment is sent, nothing seems to happen! Any ideas for why this might be?
    >> Thank you very much,
    >> Jim Cortez
    >>
    >> ----------------------------------------------------------
    >>
    >>
    >>

    >>

    >>
    >> Error Submitting Comment.
    >>
    >>
    >>
    >> >> cellspacing="0" cellpadding="0" id="comment_ >> identifier>">
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >>

    >>

    >> articlecomment subject>


    >>

    >>

    Posted >> articlecomment submitDate "%W, %M %e, %Y">
    >> by >> readerEmailObfuscated>


    >>

    >> articlecomment content>


    >>

    >>
    >>
    >>
    >>
    >>

    No comments have been posted.


    >>
    >>
    >>

    >>
    >>

    >> >> Comment">
    >>

    >>

    >> >> ReaderEmail>

    >>

    >> Please enter the code above to the box on the right.

    >>
    >>

    >>

    >>

    >>

    >>
    >>
    >> ----------------------------------------------------------------------------
    >>
    >>
    >
    >
    >
  • hi Jim !

    sorry for the delayed answer, we are a bit busy these days.
    the template code you sent looks good, what about database? are data
    successfully stored in db tables when one submit a comment ? (even
    though comment is not shown).

    please, take a look at phorum_messages table in the database and let us know.

    greetings,


    On 9/10/07, Jim Cortez wrote:
    > 2.6.8
    > Thanks!
    > Jim
    >
    > Holman Romero wrote:
    > > Hi Jim !
    > >
    > > what Campsite version are you using?
    > >
    > >
    > > On 9/6/07, Jim Cortez wrote:
    > >
    > >> Hello,
    > >> I am having a slight problem implementing comments on my site. Here
    > >> is a test page I have set up:
    > >>
    > >> http://foghorn.usfca.edu/en/2392/news/510/
    > >>
    > >> As you may be able to see, any comment submission does not go through.
    > >> Below is the excerpt of the relevant template. I have comments enabled
    > >> for the issue and article type and article. The comment count shows up
    > >> for this article in the admin panel, but it never gets updated. Whenever
    > >> a comment is sent, nothing seems to happen! Any ideas for why this might be?
    > >> Thank you very much,
    > >> Jim Cortez
    > >>
    > >> ----------------------------------------------------------
    > >>
    > >>
    > >>

    > >>

    > >>
    > >> Error Submitting Comment.
    > >>
    > >>
    > >>
    > >> > >> cellspacing="0" cellpadding="0" id="comment_ > >> identifier>">
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>

    > >>

    > >> articlecomment subject>


    > >>

    > >>

    Posted > >> articlecomment submitDate "%W, %M %e, %Y">
    > >> by > >> readerEmailObfuscated>


    > >>

    > >> articlecomment content>


    > >>

    > >>
    > >>
    > >>
    > >>
    > >>

    No comments have been posted.


    > >>
    > >>
    > >>

    > >>
    > >>

    > >> > >> Comment">
    > >>

    > >>

    > >> > >> ReaderEmail>

    > >>

    > >> Please enter the code above to the box on the right.

    > >>
    > >>

    > >>

    > >>

    > >>

    > >>
    > >>
    > >> ----------------------------------------------------------------------------
    > >>
    > >>
    > >
    > >
    > >
    >
    >


    --
    /holman
  • Holman,
    Thanks for responding! It looks like things are getting into the
    database, but not showing up. Any ideas why?
    Thanks,
    Jim

    Holman Romero wrote:
    > hi Jim !
    >
    > sorry for the delayed answer, we are a bit busy these days.
    > the template code you sent looks good, what about database? are data
    > successfully stored in db tables when one submit a comment ? (even
    > though comment is not shown).
    >
    > please, take a look at phorum_messages table in the database and let us know.
    >
    > greetings,
    >
    >
    > On 9/10/07, Jim Cortez wrote:
    >
    >> 2.6.8
    >> Thanks!
    >> Jim
    >>
    >> Holman Romero wrote:
    >>
    >>> Hi Jim !
    >>>
    >>> what Campsite version are you using?
    >>>
    >>>
    >>> On 9/6/07, Jim Cortez wrote:
    >>>
    >>>
    >>>> Hello,
    >>>> I am having a slight problem implementing comments on my site. Here
    >>>> is a test page I have set up:
    >>>>
    >>>> http://foghorn.usfca.edu/en/2392/news/510/
    >>>>
    >>>> As you may be able to see, any comment submission does not go through.
    >>>> Below is the excerpt of the relevant template. I have comments enabled
    >>>> for the issue and article type and article. The comment count shows up
    >>>> for this article in the admin panel, but it never gets updated. Whenever
    >>>> a comment is sent, nothing seems to happen! Any ideas for why this might be?
    >>>> Thank you very much,
    >>>> Jim Cortez
    >>>>
    >>>> ----------------------------------------------------------
    >>>>
    >>>>
    >>>>

    >>>>

    >>>>
    >>>> Error Submitting Comment.
    >>>>
    >>>>
    >>>>
    >>>> >>>> cellspacing="0" cellpadding="0" id="comment_ >>>> identifier>">
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>

    >>>>

    >>>> articlecomment subject>


    >>>>

    >>>>

    Posted >>>> articlecomment submitDate "%W, %M %e, %Y">
    >>>> by >>>> readerEmailObfuscated>


    >>>>

    >>>> articlecomment content>


    >>>>

    >>>>
    >>>>
    >>>>
    >>>>
    >>>>

    No comments have been posted.


    >>>>
    >>>>
    >>>>

    >>>>
    >>>>

    >>>> >>>> Comment">
    >>>>

    >>>>

    >>>> >>>> ReaderEmail>

    >>>>

    >>>> Please enter the code above to the box on the right.

    >>>>
    >>>>

    >>>>

    >>>>

    >>>>

    >>>>
    >>>>
    >>>> ----------------------------------------------------------------------------
    >>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >
    >
    >
  • Hi Jim !

    sorry again for the delay. i just took a look at the html code
    generated by campsite and i can see you set a hidden input field for
    tpl = 65 within the comment form, what is that template? could you
    send that file to me?

    greetings,



    On 9/14/07, Jim Cortez wrote:
    > Holman,
    > Thanks for responding! It looks like things are getting into the
    > database, but not showing up. Any ideas why?
    > Thanks,
    > Jim
    >
    > Holman Romero wrote:
    > > hi Jim !
    > >
    > > sorry for the delayed answer, we are a bit busy these days.
    > > the template code you sent looks good, what about database? are data
    > > successfully stored in db tables when one submit a comment ? (even
    > > though comment is not shown).
    > >
    > > please, take a look at phorum_messages table in the database and let us know.
    > >
    > > greetings,
    > >
    > >
    > > On 9/10/07, Jim Cortez wrote:
    > >
    > >> 2.6.8
    > >> Thanks!
    > >> Jim
    > >>
    > >> Holman Romero wrote:
    > >>
    > >>> Hi Jim !
    > >>>
    > >>> what Campsite version are you using?
    > >>>
    > >>>
    > >>> On 9/6/07, Jim Cortez wrote:
    > >>>
    > >>>
    > >>>> Hello,
    > >>>> I am having a slight problem implementing comments on my site. Here
    > >>>> is a test page I have set up:
    > >>>>
    > >>>> http://foghorn.usfca.edu/en/2392/news/510/
    > >>>>
    > >>>> As you may be able to see, any comment submission does not go through.
    > >>>> Below is the excerpt of the relevant template. I have comments enabled
    > >>>> for the issue and article type and article. The comment count shows up
    > >>>> for this article in the admin panel, but it never gets updated. Whenever
    > >>>> a comment is sent, nothing seems to happen! Any ideas for why this might be?
    > >>>> Thank you very much,
    > >>>> Jim Cortez
    > >>>>
    > >>>> ----------------------------------------------------------
    > >>>>
    > >>>>
    > >>>>

    > >>>>

    > >>>>
    > >>>> Error Submitting Comment.
    > >>>>
    > >>>>
    > >>>>
    > >>>> > >>>> cellspacing="0" cellpadding="0" id="comment_ > >>>> identifier>">
    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>

    > >>>>

    > >>>> articlecomment subject>


    > >>>>

    > >>>>

    Posted > >>>> articlecomment submitDate "%W, %M %e, %Y">
    > >>>> by > >>>> readerEmailObfuscated>


    > >>>>

    > >>>> articlecomment content>


    > >>>>

    > >>>>
    > >>>>
    > >>>>
    > >>>>
    > >>>>

    No comments have been posted.


    > >>>>
    > >>>>
    > >>>>

    > >>>>
    > >>>>

    > >>>> > >>>> Comment">
    > >>>>

    > >>>>

    > >>>> > >>>> ReaderEmail>

    > >>>>

    > >>>> Please enter the code above to the box on the right.

    > >>>>
    > >>>>

    > >>>>

    > >>>>

    > >>>>

    > >>>>
    > >>>>
    > >>>> ----------------------------------------------------------------------------
    > >>>>
    > >>>>
    > >>>>
    > >>>
    > >>>
    > >>
    > >
    > >
    > >
    >
    >


    --
    /holman
  • No problem with the delay! That template does not seem to exist, should
    it? Do you happen to know where that hidden field is generated?
    Thanks,
    Jim

    Holman Romero wrote:
    > Hi Jim !
    >
    > sorry again for the delay. i just took a look at the html code
    > generated by campsite and i can see you set a hidden input field for
    > tpl = 65 within the comment form, what is that template? could you
    > send that file to me?
    >
    > greetings,
    >
    >
    >
    > On 9/14/07, Jim Cortez wrote:
    >
    >> Holman,
    >> Thanks for responding! It looks like things are getting into the
    >> database, but not showing up. Any ideas why?
    >> Thanks,
    >> Jim
    >>
    >> Holman Romero wrote:
    >>
    >>> hi Jim !
    >>>
    >>> sorry for the delayed answer, we are a bit busy these days.
    >>> the template code you sent looks good, what about database? are data
    >>> successfully stored in db tables when one submit a comment ? (even
    >>> though comment is not shown).
    >>>
    >>> please, take a look at phorum_messages table in the database and let us know.
    >>>
    >>> greetings,
    >>>
    >>>
    >>> On 9/10/07, Jim Cortez wrote:
    >>>
    >>>
    >>>> 2.6.8
    >>>> Thanks!
    >>>> Jim
    >>>>
    >>>> Holman Romero wrote:
    >>>>
    >>>>
    >>>>> Hi Jim !
    >>>>>
    >>>>> what Campsite version are you using?
    >>>>>
    >>>>>
    >>>>> On 9/6/07, Jim Cortez wrote:
    >>>>>
    >>>>>
    >>>>>
    >>>>>> Hello,
    >>>>>> I am having a slight problem implementing comments on my site. Here
    >>>>>> is a test page I have set up:
    >>>>>>
    >>>>>> http://foghorn.usfca.edu/en/2392/news/510/
    >>>>>>
    >>>>>> As you may be able to see, any comment submission does not go through.
    >>>>>> Below is the excerpt of the relevant template. I have comments enabled
    >>>>>> for the issue and article type and article. The comment count shows up
    >>>>>> for this article in the admin panel, but it never gets updated. Whenever
    >>>>>> a comment is sent, nothing seems to happen! Any ideas for why this might be?
    >>>>>> Thank you very much,
    >>>>>> Jim Cortez
    >>>>>>
    >>>>>> ----------------------------------------------------------
    >>>>>>
    >>>>>>
    >>>>>>

    >>>>>>

    >>>>>>
    >>>>>> Error Submitting Comment.
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>> >>>>>> cellspacing="0" cellpadding="0" id="comment_ >>>>>> identifier>">
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>

    >>>>>>

    >>>>>> articlecomment subject>


    >>>>>>

    >>>>>>

    Posted >>>>>> articlecomment submitDate "%W, %M %e, %Y">
    >>>>>> by >>>>>> readerEmailObfuscated>


    >>>>>>

    >>>>>> articlecomment content>


    >>>>>>

    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>

    No comments have been posted.


    >>>>>>
    >>>>>>
    >>>>>>

    >>>>>>
    >>>>>>

    >>>>>> >>>>>> Comment">
    >>>>>>

    >>>>>>

    >>>>>> >>>>>> ReaderEmail>

    >>>>>>

    >>>>>> Please enter the code above to the box on the right.

    >>>>>>
    >>>>>>

    >>>>>>

    >>>>>>

    >>>>>>

    >>>>>>
    >>>>>>
    >>>>>> ----------------------------------------------------------------------------
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>
    >>>
    >>
    >
    >
    >
  • hi Jim !
    let's try by changing this (in your template):


    Comment">




    ReaderEmail>



    Please enter the code above to the box on the right.




    to:


    method="post">







    maxlength="255" size="30" value="" class="formInputText" />







    maxlength="255" size="30" value=" readerEmailPreview>" class="formInputText" />



    maxlength="255" size="10" class="formInputText" />
    captcha image


    id="articleCommentSubmit" value="Submit comment"
    style="clear:left;margin:0 0 0 135px;"/>



    ... and, as always, let us know if it works Wink

    greetings.



    On 10/7/07, Jim Cortez wrote:
    > No problem with the delay! That template does not seem to exist, should
    > it? Do you happen to know where that hidden field is generated?
    > Thanks,
    > Jim
    >
    > Holman Romero wrote:
    > > Hi Jim !
    > >
    > > sorry again for the delay. i just took a look at the html code
    > > generated by campsite and i can see you set a hidden input field for
    > > tpl = 65 within the comment form, what is that template? could you
    > > send that file to me?
    > >
    > > greetings,
    > >
    > >
    > >
    > > On 9/14/07, Jim Cortez wrote:
    > >
    > >> Holman,
    > >> Thanks for responding! It looks like things are getting into the
    > >> database, but not showing up. Any ideas why?
    > >> Thanks,
    > >> Jim
    > >>
    > >> Holman Romero wrote:
    > >>
    > >>> hi Jim !
    > >>>
    > >>> sorry for the delayed answer, we are a bit busy these days.
    > >>> the template code you sent looks good, what about database? are data
    > >>> successfully stored in db tables when one submit a comment ? (even
    > >>> though comment is not shown).
    > >>>
    > >>> please, take a look at phorum_messages table in the database and let us know.
    > >>>
    > >>> greetings,
    > >>>
    > >>>
    > >>> On 9/10/07, Jim Cortez wrote:
    > >>>
    > >>>
    > >>>> 2.6.8
    > >>>> Thanks!
    > >>>> Jim
    > >>>>
    > >>>> Holman Romero wrote:
    > >>>>
    > >>>>
    > >>>>> Hi Jim !
    > >>>>>
    > >>>>> what Campsite version are you using?
    > >>>>>
    > >>>>>
    > >>>>> On 9/6/07, Jim Cortez wrote:
    > >>>>>
    > >>>>>
    > >>>>>
    > >>>>>> Hello,
    > >>>>>> I am having a slight problem implementing comments on my site. Here
    > >>>>>> is a test page I have set up:
    > >>>>>>
    > >>>>>> http://foghorn.usfca.edu/en/2392/news/510/
    > >>>>>>
    > >>>>>> As you may be able to see, any comment submission does not go through.
    > >>>>>> Below is the excerpt of the relevant template. I have comments enabled
    > >>>>>> for the issue and article type and article. The comment count shows up
    > >>>>>> for this article in the admin panel, but it never gets updated. Whenever
    > >>>>>> a comment is sent, nothing seems to happen! Any ideas for why this might be?
    > >>>>>> Thank you very much,
    > >>>>>> Jim Cortez
    > >>>>>>
    > >>>>>> ----------------------------------------------------------
    > >>>>>>
    > >>>>>>
    > >>>>>>

    > >>>>>>

    > >>>>>>
    > >>>>>> Error Submitting Comment.
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>> > >>>>>> cellspacing="0" cellpadding="0" id="comment_ > >>>>>> identifier>">
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>

    > >>>>>>

    > >>>>>> articlecomment subject>


    > >>>>>>

    > >>>>>>

    Posted > >>>>>> articlecomment submitDate "%W, %M %e, %Y">
    > >>>>>> by > >>>>>> readerEmailObfuscated>


    > >>>>>>

    > >>>>>> articlecomment content>


    > >>>>>>

    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>

    No comments have been posted.


    > >>>>>>
    > >>>>>>
    > >>>>>>

    > >>>>>>
    > >>>>>>

    > >>>>>> > >>>>>> Comment">
    > >>>>>>

    > >>>>>>

    > >>>>>> > >>>>>> ReaderEmail>

    > >>>>>>

    > >>>>>> Please enter the code above to the box on the right.

    > >>>>>>
    > >>>>>>

    > >>>>>>

    > >>>>>>

    > >>>>>>

    > >>>>>>
    > >>>>>>
    > >>>>>> ----------------------------------------------------------------------------
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>>
    > >>>>>
    > >>>
    > >>>
    > >>
    > >
    > >
    > >
    >
    >


    --
    /holman